Release 10.1A: OpenEdge Development:
Progress Dynamics Advanced Development
Customization result table
The
ryc_customization_resulttable stores the specific result code values that are returned by the API function call for a given customization type. For example, theUITypecustomization type has several built-in result codes defined in the Repository:You can define whatever result codes you need for different customization types required by your application. For example, the
Languagetype could join to language result codes such as English and French. TheUsertype could join to individual user IDs such as Anthony and Bruce. TheUserCategorytype could join to job types such as manager and engineer.The
customization_resulttable can be viewed as a list of valid values for a customization type. Result codes must be as distinctive as possible, because they must be unique within thecustomization_resulttable.In addition to its own object ID field, the
customization_resulttable holds the object ID of the associatedcustomization_type. Thecustomization_resulttable contains the following other fields:
customization_result_code— ThisCHARACTERfield is the result code to match against what is returned by the API call. The result code must be unique across all customization types.customization_result_desc— ThisCHARACTERfield is a description of the result code. It must also be unique within this table.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |